Overload | Description |
---|---|
ContainValues(TValue[]) | Asserts that the dictionary contains all of the specified values. Values are compared using their System.Object.Equals(System.Object) implementation. |
ContainValues(IEnumerable<TValue>,String,Object[]) | Asserts that the dictionary contains all the specified values. Values are compared using their System.Object.Equals(System.Object) implementation. |